<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
*{
transition-property: all;
-ms-transition-property: all;
-moz-transition-property: all;
-webkit-transition-property: all;
-o-transition-property: all;
}


.banner{position: relative;width: 100%;height: auto;overflow: hidden;}
#kinMaxShow .kinMaxShow_button{width:400px;}
#kinMaxShow &gt; div &gt; div{ background-position: top center!important;}



@keyframes rightOpacityShow {
0% {
transform: translateX(-80px);
opacity:0;
}
80% {
transform: translateX(20px);
}
100% {
transform:translateX(800);
opacity:1;
}
}</pre></body></html>